|
|
How to personalize the Web login screen |
You can customize the default welcome message and icon for EntraPass Web login. To customize the login screen, do the following:
1 - Open the web.cfg file located at C:\inetpub\wwwroot\EntrapassWeb using a text editor.
2 - Find the key entry <add key ="WelcomeMessage" value="EntraPass Web"/>.
3 - Replace "EntraPass Web" with your customized message. Do not use more than 30 characters to ensure the message can be viewed correctly. Special characters are supported through HTML ascii codes.
4 - Find the key entry <add key ="WelcomeImage" value="Resources/Images/chip_bw.png"/>
5 - Replace "Resources/Images/chip_bw.png" with the path of your preferred image. JPG and PNG file formats are supported.
6 - The default image size is 57 x 57 pixels. To change the default image size edit the key entries "WelcomeImageHeight" and "WelcomeImageWidth". Do not use an image size greater than 155 x 155 pixels to ensure the entire image is visible.